Autogenerated HTML docs for v2.33.0-514-g99c99 
diff --git a/git-upload-pack.txt b/git-upload-pack.txt index 9822c1e..739416e 100644 --- a/git-upload-pack.txt +++ b/git-upload-pack.txt 
@@ -36,10 +36,14 @@ 	This fits with the HTTP POST request processing model where 	a program may read the request, write a response, and must exit.   ---advertise-refs:: -	Only the initial ref advertisement is output, and the program exits -	immediately. This fits with the HTTP GET request model, where -	no request content is received but a response must be produced. +--http-backend-info-refs:: +	Used by linkgit:git-http-backend[1] to serve up +	`$GIT_URL/info/refs?service=git-upload-pack` requests. See +	"Smart Clients" in link:technical/http-protocol.html[the HTTP +	transfer protocols] documentation and "HTTP Transport" in +	link:technical/protocol-v2.html[the Git Wire Protocol, Version +	2] documentation. Also understood by +	linkgit:git-receive-pack[1].    <directory>:: 	The repository to sync from.